#contact-us-w {
  padding-top: 120px;
  padding-bottom: 130px;
  background-color: #f7f7f7; }
  #contact-us-w .container-wrap {
    width: 64.5%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between; }
    #contact-us-w .container-wrap .left-box {
      width: 50%;
      position: relative; }
      #contact-us-w .container-wrap .left-box .title {
        color: #040000;
        font-size: 38px;
        line-height: 38px;
        font-weight: bold; }
        #contact-us-w .container-wrap .left-box .title .en {
          margin-top: 10px; }
        #contact-us-w .container-wrap .left-box .title .line {
          width: 45px;
          height: 5px;
          background-color: #005a32;
          margin-top: 20px; }
      #contact-us-w .container-wrap .left-box .contact-desc {
        font-size: 20px;
        line-height: 1.5em;
        color: rgba(0, 0, 0, 0.7);
        margin-top: 40px; }
        #contact-us-w .container-wrap .left-box .contact-desc span {
          color: rgba(0, 0, 0, 0.3);
          display: inline-block;
          vertical-align: middle;
          margin-left: 20px; 
          font-size: 15px;


}
    #contact-us-w .container-wrap .right-box {
      width: 44%; }
      #contact-us-w .container-wrap .right-box .input-lines {
        width: 100%;
        height: 60px;
        padding-left: 30px;
        display: flex;
        align-items: center;
        background-color: #fff;
        margin-bottom: 40px;
        position: relative;
        border-radius: 6px;
        overflow: hidden; }
        #contact-us-w .container-wrap .right-box .input-lines .icon-box {
          width: 40px;
          height: 100%;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 32px 32px;
          flex-shrink: 0; }
          #contact-us-w .container-wrap .right-box .input-lines .icon-box.name {
            background-image: url("../images/ct01.png"); }
          #contact-us-w .container-wrap .right-box .input-lines .icon-box.number {
            background-image: url("../images/ct02.png"); }
          #contact-us-w .container-wrap .right-box .input-lines .icon-box.note {
            background-image: url("../images/ct03.png"); }
        #contact-us-w .container-wrap .right-box .input-lines input {
          width: 100%;
          height: 100%;
          border: 0;
          outline: none;
          padding-left: 10px;
          font-size: 20px; }
          #contact-us-w .container-wrap .right-box .input-lines input::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.1) !important; }
          #contact-us-w .container-wrap .right-box .input-lines input:-moz-placeholder {
            color: rgba(0, 0, 0, 0.1) !important; }
          #contact-us-w .container-wrap .right-box .input-lines input:-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.1) !important; }
        #contact-us-w .container-wrap .right-box .input-lines.has-text {
          height: 160px; }
          #contact-us-w .container-wrap .right-box .input-lines.has-text .icon-box.note {
            background-position: center 25px; }
          #contact-us-w .container-wrap .right-box .input-lines.has-text textarea {
            width: 100%;
            height: 100%;
            padding: 25px 10px 10px 8px;
            border: 0;
            resize: none;
            outline: none;
            font-size: 20px; }
            #contact-us-w .container-wrap .right-box .input-lines.has-text textarea::-webkit-input-placeholder {
              color: rgba(0, 0, 0, 0.1) !important; }
            #contact-us-w .container-wrap .right-box .input-lines.has-text textarea:-moz-placeholder {
              color: rgba(0, 0, 0, 0.1) !important; }
            #contact-us-w .container-wrap .right-box .input-lines.has-text textarea:-ms-input-placeholder {
              color: rgba(0, 0, 0, 0.1) !important; }
        #contact-us-w .container-wrap .right-box .input-lines.active:before {
          content: '';
          position: absolute;
          width: 8px;
          height: 100%;
          background-color: #005a32;
          border-radius: 6px  0 0 6px;
          left: 0;
          top: 0; }
      #contact-us-w .container-wrap .right-box .input-code {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
      }
        #contact-us-w .container-wrap .right-box .input-code .code-left {
          display: flex;
          align-items: flex-end; }
          #contact-us-w .container-wrap .right-box .input-code .code-left .input {
            width: 160px;
            height: 55px; }
            #contact-us-w .container-wrap .right-box .input-code .code-left .input input {
              width: 100%;
              height: 100%;
              padding-left: 30px;
              outline: none;
              font-size: 20px;
              border: 0; }
              #contact-us-w .container-wrap .right-box .input-code .code-left .input input::-webkit-input-placeholder {
                color: rgba(0, 0, 0, 0.1) !important; }
              #contact-us-w .container-wrap .right-box .input-code .code-left .input input:-moz-placeholder {
                color: rgba(0, 0, 0, 0.1) !important; }
              #contact-us-w .container-wrap .right-box .input-code .code-left .input input:-ms-input-placeholder {
                color: rgba(0, 0, 0, 0.1) !important; }
          #contact-us-w .container-wrap .right-box .input-code .code-left .code-img {
            width: 98px;
            margin-left: 15px; }
            #contact-us-w .container-wrap .right-box .input-code .code-left .code-img img {
              width: 100%; }
        #contact-us-w .container-wrap .right-box .input-code .sub-btn {
          width: 150px;
          height: 60px;
          line-height: 60px;
          border-radius: 30px;
          background-color: #005a32;
          text-align: center;
          color: #fff;
          font-size: 20px;
          display: inline-block;
          transition: all 0.6s;
          border: 0; }
          #contact-us-w .container-wrap .right-box .input-code .sub-btn:hover {
            background-color: #fed130; }

.bottom-link {
  position: absolute;
  bottom: 0; }
  .bottom-link .b-items {
    width: 60px;
    height: 32px;
    background-size: 60px 32px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 10px;
    position: relative; }
    .bottom-link .b-items.item01 {
      background-image: url("../images/ct4.png"); }
      .bottom-link .b-items.item01 .weChat-code {
        width: 60px;
        height: 60px;
        position: absolute;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        display: none; }
        .bottom-link .b-items.item01 .weChat-code img {
          width: 100%;
          height: 100%; }
      .bottom-link .b-items.item01:hover {
        background-image: url("../images/ct5.png"); }
        .bottom-link .b-items.item01:hover .weChat-code {
          display: block; }
    .bottom-link .b-items.item02 {
      background-image: url("../images/ct6.png"); }
      .bottom-link .b-items.item02 .weChat-code {
        width: 60px;
        height: 60px;
        position: absolute;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        display: none; }
        .bottom-link .b-items.item02 .weChat-code img {
          width: 100%;
          height: 100%; }
      .bottom-link .b-items.item02:hover {
        background-image: url("../images/ct7.png"); }
        .bottom-link .b-items.item02:hover .weChat-code {
          display: block; }
    .bottom-link .b-items.item03 {
      background-image: url("../images/ct8.png"); }
      .bottom-link .b-items.item03:hover {
        background-image: url("../images/ct9.png"); }
    .bottom-link .b-items.item04 {
      background-image: url("../images/ct10.png"); }
      .bottom-link .b-items.item04:hover {
        background-image: url("../images/ct11.png"); }
    .bottom-link .b-items.item05 {
      background-image: url("../images/ct12.png"); }
      .bottom-link .b-items.item05:hover {
        background-image: url("../images/ct13.png"); }
    .bottom-link .b-items.item06 {
      background-image: url("../images/ct14.png"); }
      .bottom-link .b-items.item06:hover {
        background-image: url("../images/ct15.png"); }

.contact-m-box {
  display: none;
  width: 200px;
  margin: 0 auto;
  margin-top: 30px; }
  .contact-m-box .link-swiper {
    height: 60px; }
    .contact-m-box .link-swiper .swiper-slide {
      width: 60px !important;
      height: 100%;
      display: flex;
      justify-content: center; }
      .contact-m-box .link-swiper .swiper-slide .b-items {
        width: 60px;
        height: 32px;
        background-size: 60px 32px;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block; }
        .contact-m-box .link-swiper .swiper-slide .b-items.item01 {
          background-image: url("../images/ct4.png"); }
          .contact-m-box .link-swiper .swiper-slide .b-items.item01 .weChat-code {
            width: 60px;
            height: 60px;
            position: absolute;
            top: calc(50% - 38px);
            left: calc(50% - 30px);
            display: none; }
            .contact-m-box .link-swiper .swiper-slide .b-items.item01 .weChat-code img {
              width: 100%;
              height: 100%; }
          .contact-m-box .link-swiper .swiper-slide .b-items.item01:hover {
            background-image: url("../images/ct5.png"); }
            .contact-m-box .link-swiper .swiper-slide .b-items.item01:hover .weChat-code {
              display: block; }
        .contact-m-box .link-swiper .swiper-slide .b-items.item02 {
          background-image: url("../images/ct6.png"); }
          .contact-m-box .link-swiper .swiper-slide .b-items.item02 .weChat-code {
            width: 60px;
            height: 60px;
            position: absolute;
            top: calc(50% - 38px);
            left: calc(50% - 30px);
            display: none; }
            .contact-m-box .link-swiper .swiper-slide .b-items.item02 .weChat-code img {
              width: 100%;
              height: 100%; }
          .contact-m-box .link-swiper .swiper-slide .b-items.item02:hover {
            background-image: url("../images/ct7.png"); }
            .contact-m-box .link-swiper .swiper-slide .b-items.item02:hover .weChat-code {
              display: block; }
        .contact-m-box .link-swiper .swiper-slide .b-items.item03 {
          background-image: url("../images/ct8.png"); }
          .contact-m-box .link-swiper .swiper-slide .b-items.item03:hover {
            background-image: url("../images/ct9.png"); }
        .contact-m-box .link-swiper .swiper-slide .b-items.item04 {
          background-image: url("../images/ct10.png"); }
          .contact-m-box .link-swiper .swiper-slide .b-items.item04:hover {
            background-image: url("../images/ct11.png"); }
        .contact-m-box .link-swiper .swiper-slide .b-items.item05 {
          background-image: url("../images/ct12.png"); }
          .contact-m-box .link-swiper .swiper-slide .b-items.item05:hover {
            background-image: url("../images/ct13.png"); }
        .contact-m-box .link-swiper .swiper-slide .b-items.item06 {
          background-image: url("../images/ct14.png"); }
          .contact-m-box .link-swiper .swiper-slide .b-items.item06:hover {
            background-image: url("../images/ct15.png"); }
    .contact-m-box .link-swiper .swiper-pagination-link {
      bottom: -4px; }
      .contact-m-box .link-swiper .swiper-pagination-link .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background-color: rgba(0, 0, 0, 0.3);
        transition: all 0.6s;
        opacity: 1; }
      .contact-m-box .link-swiper .swiper-pagination-link .swiper-pagination-bullet-active {
        width: 18px;
        height: 4px;
        border-radius: 2px;
        background-color: #005a32;
        transition: all 0.6s; }

.link-common {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 30px 0; }
  .link-common .bottom-link {
    position: static;
    bottom: unset; }

@media screen and (max-width: 1460px) {
  #contact-us-w .container-wrap {
    width: 85%; } }
@media screen and (max-width: 1044px) {
  #contact-us-w {
    padding-top: 60px;
    padding-bottom: 30px; }

  #contact-us-w .container-wrap {
    flex-wrap: wrap;
    justify-content: unset;
    width: 90%; }

  #contact-us-w .container-wrap .left-box {
    width: 100%; }

  #contact-us-w .container-wrap .right-box {
    width: 100%;
    margin-top: 30px; }

  #contact-us-w .container-wrap .left-box .title {
    font-size: 20px;
    line-height: 20px; }

  #contact-us-w .container-wrap .left-box .bottom-link {
    display: none; }

  #contact-us-w .container-wrap .left-box .contact-desc {
    font-size: 14px;
    margin-top: 20px; }

  #contact-us-w .container-wrap .left-box .contact-desc span {
    margin-left: 10px; }

  #contact-us-w .container-wrap .right-box .input-lines {
    margin-bottom: 15px;
    height: 45px;
    padding-left: 10px;
    border-radius: 6px; }

  #contact-us-w .container-wrap .right-box .input-lines input {
    font-size: 14px; }

  #contact-us-w .container-wrap .right-box .input-lines .icon-box {
    width: 32px;
    background-size: 24px 24px; }

  #contact-us-w .container-wrap .right-box .input-lines.active:before {
    width: 6px;
    border-radius: 4px  0 0 4px; }

  #contact-us-w .container-wrap .right-box .input-lines.has-text textarea {
    font-size: 14px;
    padding: 10px; }

  #contact-us-w .container-wrap .right-box .input-lines.has-text {
    height: 110px; }

  #contact-us-w .container-wrap .right-box .input-lines.has-text .icon-box.note {
    background-position: center 10px; }

  #contact-us-w .container-wrap .right-box .input-code .code-left .input {
    height: 30px; }

  #contact-us-w .container-wrap .right-box .input-code .code-left .input input {
    font-size: 14px;
    padding-left: 10px; }

  #contact-us-w .container-wrap .right-box .input-code .code-left .input {
    width: 80px; }

  #contact-us-w .container-wrap .right-box .input-code .sub-btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px; }

  #contact-us-w .container-wrap .right-box .input-code .code-left .code-img {
    width: 50px; }

  .contact-m-box {
    display: block; }

  .link-common {
    display: none; } }

/*# sourceMappingURL=common.css.map */

.main-container {
    width: 1400px;
    margin: 0 auto;
}

.sub-nav{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.sub-nav .sub-nav-list {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.sub-nav .sub-nav-list .sub-nav-item {
    cursor: pointer;
    font-size: 20px;
    line-height: 46px;
    width: 160px;
    text-align: center;
    border-radius: 46px;
    background: #efefef;
}
.fn-clear {
    zoom: 1;
}

.course .course-item {
    position: relative;
    width: 60%;
	margin: 0 auto;
	
   
}
.course .course-item img {
    width: 100%;
    cursor: pointer;
    -webkit-transform: scale(1.05) translateX(-17px);
    transform: scale(1.05) translateX(-17px);
}



























